Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing clipping for deleted objects and keeping them deleted #157

Merged
merged 2 commits into from
Jan 5, 2023

Conversation

tobywisener
Copy link
Collaborator

Previously door clipping wasnt removed when doors were opened, webs weren't walkable after being slashed, etc etc

Image from Gyazo

@tobywisener tobywisener linked an issue Jan 4, 2023 that may be closed by this pull request
@syuil
Copy link
Collaborator

syuil commented Jan 5, 2023

Tested first - all good except for the newest commit -- showed Tobias the issue, and he fixed it asap!

@tobywisener tobywisener merged commit 2917eeb into RSPSApp:master Jan 5, 2023
@@ -282,8 +287,10 @@ void readValues(Buffer buffer) {
} else if (opcode == 15) {
objectSizeY = buffer.readUnsignedByte();
} else if (opcode == 17) {
clipType = 0;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If anyones reading this and copying these changes to their server, do not include these opcode changes - they will cause bugs (I had to revert them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clipping doesn't get removed when spawning over an object
2 participants